home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 18 / Developer Source Volume 18 (I-MODE Publications, Inc.)(2000).iso / visua / feb98 / lestf108.gif < prev    next >
Graphics Interchange Format  |  1998-06-08  |  38KB  |  604x540  |  4-bit (4 colors)
Labels: text | black and white | number | screenshot | font | parallel | document
OCR: Method Description AddNew Creates a new row. Cancel Cancels an asynchronous query CancelUpdate Cancels an update Close Closes the rdoResultset object Delete Deletes the record of the cursor position. Edit Copies the record at the current position into an edit buffer. gefAbsolutePosition Returns the absolute row number of the cursor position getBOF Returns true if this is the beginning of the file; getBookmark Returns the bookmark value for the current row. getBookmarkable Returns true if the result set supports bookmarks, false if not. gefEdifMade Returns the edit state of the current row. gelEOF Returns true if the end of file has been reached, geth Stmt Returns the ODBC statement handle for the result set. getLastModified Returns a bookmark value of the most recently changed row. gefLockEdits Returns true if pessimistic locking is in effect, false for optimistic locking getNome Returns the first 256 characters of the SQL query used to create the result set GelPercentPosition Indicates the current row location as a percentage denoting its location in the result set. getrdo Columns Returns the columns collection of the result set. getRestartable Returns true if the result set object supports the Requery method. getRowCount Returns the number of rows accessed in the result set. getStillExecuting Returns true if the asynchronous query is still executing, false otherwise. gettransactions Returns true if the object supports transactions, false otherwise. geflype Returns the actual cursor type gelUpdatable Returns true if this result set is updateable, false if not. MoreResults Clears the current result set and returns true if there are more result sets to be processed. Move Moves the cursor to a specific position in the result set. MoveFirst Moves the cursor to the first record of the result set. MoveLast Moves the cursor to the lost record of the result set. MoveNext Moves the cursor to the next record in the result set. MovePrevious Moves to the previous record in the result set. putAbsolutePosition Moves the cursor to o specific row, given the row number. pulBookmark Moves the cursor to a specific row by using the row's bookmark pulPercentPosition Moves the cursor a given percentage into the result sef. Requery Re-executes the query that was used to create the result set Update Saves the changes made to the result set. Figure 8: The methods of the rdoResultset object.